- sparse distributed associative memory
- разреженная распределённая ассоциативная память (тип нейронных сетей)
The New English-Russian Dictionary of Radio-electronics. F.V Lisovsky . 2005.
The New English-Russian Dictionary of Radio-electronics. F.V Lisovsky . 2005.
Hash table — Not to be confused with Hash list or Hash tree. Unordered map redirects here. For the proposed C++ class, see unordered map (C++). Hash Table Type unsorted dictionary Invented 1953 Time complexity in big O notation Average Worst case Space … Wikipedia
animal — animalic /an euh mal ik/, animalian /an euh may lee euhn, mayl yeuhn/, adj. /an euh meuhl/, n. 1. any member of the kingdom Animalia, comprising multicellular organisms that have a well defined shape and usually limited growth, can move… … Universalium
nervous system — Anat., Zool. 1. the system of nerves and nerve centers in an animal or human, including the brain, spinal cord, nerves, and ganglia. 2. a particular part of this system. Cf. autonomic nervous system, central nervous system, peripheral nervous… … Universalium
Pick operating system — Company / developer Don Nelson, Dick Pick, TRW Programmed in Assembly language Initial release 1965 (GIRLS), 1973 (Reality Operating System) Marketing target Business data processing Available … Wikipedia
Cognitive neuroscience of music — The cognitive neuroscience of music is the scientific study of brain based mechanisms involved in the cognitive processes underlying music. Methods include functional magnetic resonance imaging (fMRI), transcranial magnetic stimulation (TMS),… … Wikipedia
Algorithmic efficiency — In computer science, efficiency is used to describe properties of an algorithm relating to how much of various types of resources it consumes. Algorithmic efficiency can be thought of as analogous to engineering productivity for a repeating or… … Wikipedia
Bloom filter — The Bloom filter, conceived by Burton H. Bloom in 1970, is a space efficient probabilistic data structure that is used to test whether an element is a member of a set. False positives are possible, but false negatives are not. Elements can be… … Wikipedia